[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TurtleThere              Indicates If the Turtle Is Currently Visible

 TurtleThere : Boolean;                                               [TG/TP]

    Returns TRUE if the turtle is visible; otherwise, returns FALSE. The
    turtle is visible if ShowTurtle has been called and the turtle is in
    the current window.

  -------------------------------- Example ---------------------------------

           if not TurtleThere then begin    { If turtle not visible, then }
             Home;                          { Put turtle in center of     }
             ShowTurtle                     { window and display turtle   }
           end;

See Also: ShowTurtle HideTurtle TurtleWindow Home
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson